home *** CD-ROM | disk | FTP | other *** search
- /* iPowerBase2::ListView CSS Sheet */
- #MainContainer
- {
- float:left;
- margin:0 0 0 0;
- width:710px !important;
- }
-
- #DataContainer
- {
- float:left;
- display:block;
- background:#fff;
- }
-
- #DataFields
- {
- float:left;
- display:block;
- height:24px;
- border-bottom:1px solid #666;
- border-left:1px solid #cdcdcd;
- background:url("/img/iPowerBase3/datafield_bg.jpg") #fff repeat-x bottom;
- }
-
- .DataAddress
- {
- float:left;
- clear:left;
- display:inline-block;
-
- border-bottom:1px solid #666;
- border-right:1px solid #aaa;
-
- width:50px;
- height:24px;
- line-height:24px;
- font-family:"Courier New", "Lucida Grande", sans-serif;
- text-align:center;
-
- background:url("/img/iPowerBase3/address_bg.jpg") #fff repeat-x bottom;
- }
-
- a.DAddress:link, a.DAddress:visited
- {
- float:left;
- clear:left;
- display:inline-block;
-
- border-bottom:1px solid #999;
- border-right:1px solid #aaa;
-
- cursor:hand;
- width:50px;
- height:24px;
- line-height:24px;
- color:#000;
- font-family:"Courier New", "Lucida Grande", sans-serif;
- text-align:center;
- text-decoration:none;
- background:#ddd;
- }
-
- a.DAddress:hover
- {
- background:#37d;
- color:#fff;
- }
- /* List Items below */
-
- .ListItem
- {
- float:left;
- display:block;
- width:700px;
- margin:0 0 5px 5px;
-
- border:2px solid #417CF1;
- background:#fff;
- text-decoration:none;
-
- color:#555;
- }
-
- a.ListItem:link, a.ListItem:visited
- {
- display:block;
- float:left;
- width:700px;
- height:30px;
- margin:10px 0 10px 0;
-
- border:1px solid #ddd;
- background:#fff;
- text-decoration:none;
-
- color:#555;
- }
-
- a.ListItem:hover
- {
- background:#f0f9ff;
-
- border-top:1px solid #ccc;
- border-left:1px solid #ccc;
- border-bottom:1px solid #333;
- border-right:1px solid #333;
-
- color:#000;
- }
-
- a.ListItem:active
- {
- background:#a0a9af;
-
- border-top:1px solid #333;
- border-left:1px solid #333;
- border-bottom:1px solid #ccc;
- border-right:1px solid #ccc;
- }
-
- .cell
- {
- float:left;
- display:block;
- width:345px;
- height:30px;
-
- border-right:1px solid #ccc;
- border-bottom:1px solid #ccc;
-
- margin:2px 1px 0 1px;
-
- height:30px;
- line-height:30px;
-
- text-align:center;
- }
-
- .StatusText
- {
- float:left;
- clear:left;
- line-height:15px;
-
- width:700px;
- height:15px;
- color:#666;
-
- margin-left:5px;
-
- text-align:left;
- }
-
- /* iPowerBase DataFields Specifications */
- .Currency
- {
- float:right;
- margin-right:10px;
- font-family:Courier New, sans-serif;
- font-size:13px;
- font-weight:bold;
- color:#a00;
- }
-
- .DateTime
- {
- color:#36c;
- }
-
- .Numeric
- {
- color:#373;
- }
-
- .Label
- {
- float:left;
- display:block;
- color:#666;
- line-height:30px;
- height:30px;
-
- margin:0 10px 0 10px;
- }
-
- .DataAddressLabel
- {
- float:left;
- clear:both;
- width:120px;
- height:20px;
- line-height:20px;
- margin-left:15px;
- text-align:center;
-
- font-family:Courier New, sans-serif;
-
- background:url(/img/iPowerBase3/ListView_Tab.jpg) no-repeat #69f;
- color:#fff;
-
- margin-top:10px;
- }
-
- .SearchLabel
- {
- background:url(/img/iPowerBase3/ListView_Tab_2.jpg) no-repeat #F1D347 !important;
- color:#000 !important;
- }
-
- .SearchItem
- {
- border:2px solid #F1D347 !important;
- }
-
- select
- {
- float:left;
- height:20px;
-
- margin:5px 0 0 5px;
- }
- .ItemSelect
- {
- width:180px;
- }
- .ControlButton
- {
- float:right;
- width:120px;
- height:25px;
- margin:2px 5px 0 0;
-
- font-family:Tahoma, Arial, sans-serif;
- font-weight:bold;
-
- color:#555;
- line-height:20px;
- }
-
- .SearchBox
- {
- float:right;
- width:200px;
- height:20px;
-
- margin:2px 5px 0 0;
- line-height:20px;
-
- text-align:center;
- }
-
- .SortRadio
- {
- float:left;
- width:15px;
- height:15px;
-
- margin:8px 2px 0 0;
- }
-
- .PagingContainer
- {
- float:left;
- width:715px;
- height:20px;
- margin:0 0 0 0;
- background:#ddd;
- border-bottom:1px solid #777;
-
- line-height:20px;
-
- text-align:center;
- background:url(/img/iPowerBase3/Pager_bg.jpg) repeat-x;
- }
-
- a.PageLink:link, a.PageLink:visited
- {
- color:#800;
- }
-
- a.PageLink:hover
- {
- color:#f00;
- }
-